<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>AccessDeny</title> <link rel="stylesheet" href="https://imgcache.qq.com/qcloud/security/static/404style.css" /> <!-- <script src="./qcode.js"></script> --> </head> <body> <div class="conent"> <div class="accessDenySvg"> <img src="https://imgcache.qq.com/qcloud/security/static/imgs/attackIntercept.svg" alt="" /> </div> <h1 class="err">很抱歉！ 因系统检测到您的请求已被网站管理员策略阻断，给你带来困扰请求谅解。</h1> <p class="text1">如有疑问，请主动直接联系网站管理反馈误报请求UUID编号信息，或者扫描二维码自动反馈UUID信息给网站管理员</p> <p class="text2"> 您的请求UUID为：<span class="text2-id">f1124c2225ec58c000d0de915931fada-e0faf52fb069678498ee8f6c59f0e69e</span> <span id="copy" ><img src="https://imgcache.qq.com/qcloud/security/static/imgs/copy.svg" alt="" /> <span class="tooltips" style="width:10em">Copy Successfully</span></span > </p> <div class="qrcode-wrapper"> <div id="qrcode"></div> <div class="feedback-text">扫码反馈</div> </div> </div> </body> <style> .qrcode-wrapper { margin-top: 26px; } #qrcode { display: flex; justify-content: center; } .feedback-text { font-size: 12px; margin-top: 12px; } </style> <script type="text/javascript" src="https://domain-config-1256704386.cos.ap-guangzhou.myqcloud.com/qrcode.js"></script> <script> var copyBtn = document.getElementById("copy"), id = document.querySelector(".text2-id"); copyBtn.addEventListener("click", function () { var e = id.innerHTML, t = document.createElement("input"); (t.value = e), document.body.appendChild(t), t.select(), document.execCommand("Copy"), document.body.removeChild(t), (document.querySelector(".tooltips").style.display = "block"); setTimeout(function () { document.querySelector(".tooltips").style.display = "none"; }, 2e3); }); var qrcode = new QRCode("qrcode", { text: "http://attack-feedback.qcloudwaf.com:8099/" + id.innerHTML, width: 80, height: 80, colorDark: "#000000", colorLight: "#ffffff", correctLevel: QRCode.CorrectLevel.H, }); </script> </html>
